xen.git
2005-10-04 kaf24@firebug... Clean up sched_op() hypercall interface. One particular
2005-10-04 kaf24@firebug... Allow EVTCHNOP_bind_{ipi,virq} to specify the vcpu to
2005-10-04 kaf24@firebug... Rename VCPUOP_craete to VCPUOP_initialise. It is likely...
2005-10-04 kaf24@firebug... Fix tools to pull public header files from standard
2005-10-04 jrb44@swoop... Merge to restore reverted changes.
2005-10-04 jrb44@swoop... Throw away bogus merge.
2005-10-04 jrb44@swoop... Merge.
2005-10-04 emellor@ewanCatch xen.xend.XendProtocol.XendError as well as xen...
2005-10-04 emellor@ewanMerged.
2005-10-04 emellor@ewanMerged.
2005-10-04 emellor@ewanMerged.
2005-10-04 emellor@ewanMerged.
2005-10-04 emellor@ewanMerged.
2005-10-04 emellor@ewanMerged.
2005-10-04 emellor@ewanMerged.
2005-10-04 emellor@ewanMerged.
2005-10-04 emellor@ewanMerged.
2005-10-04 emellor@ewanMerged.
2005-10-04 emellor@ewanFix debugging statement that was referring to non-exist...
2005-10-04 emellor@ewanAdded some DPRINTK statements, for debugging.
2005-10-04 emellor@ewanMerged.
2005-10-04 emellor@ewanFix localhost live migration. We were overvigorously...
2005-10-04 emellor@ewanUse the domain ID to refer to backends, not the UUID...
2005-10-04 kaf24@firebug... Export some more symbols.
2005-10-04 emellor@ewanCope with missing configuration information inside...
2005-10-04 emellor@ewanMove the import for XendError, and use a bare import...
2005-10-04 emellor@ewanMove XendDomainInfo.{create,recreate,parseConfig} to...
2005-10-03 emellor@ewanRemove the reason code from the destroy action -- the...
2005-10-03 emellor@ewanRemove the reason code from the destroy action -- the...
2005-10-03 emellor@ewanRemove the reason parameter from XendDomain.destroy...
2005-10-03 emellor@ewanAdded method XendDomain.privilegedDomain and use that...
2005-10-03 jrb44@plym... Possible fix for the SEDF scheduler assertion problem.
2005-10-03 kaf24@firebug... Create new vcpu_op() hypercall. Replaces old boot_vcpu()
2005-10-03 emellor@ewanCope with missing configuration information inside...
2005-10-03 emellor@ewanRemove the reason code from the destroy action -- the...
2005-10-03 emellor@ewanMove the import for XendError, and use a bare import...
2005-10-03 kaf24@firebug... Allow adjustment of the size of TPM transfer buffers
2005-10-03 kaf24@firebug... x86/64 was using the plain i386 version of the microcode
2005-10-03 kaf24@firebug... Do not pickle vcpu state on save/restore. We can construct
2005-10-03 kaf24@firebug... Dynamically allocate mmu_update array in
2005-10-02 emellor@ewanThe stopgap in changeset 7152:a73ab0ddf990 was broken...
2005-10-02 vh249@kneesaa... remove useless ptep_establish_new function (called...
2005-10-02 emellor@ewanMerged.
2005-10-02 emellor@ewanMove XendVnet from using DBMap etc to using xstransact...
2005-10-02 emellor@ewanCall refresh in the domain_lookup and domain_lookup_by_...
2005-10-02 emellor@ewanFix call to XendCheckpoint.restore, since that method...
2005-09-30 kaf24@firebug... Also send xenbus notifications using evtchn as handle...
2005-09-30 kaf24@firebug... xencons must notify via evtchn. It can't use the irq...
2005-09-30 emellor@ewanMerge.
2005-09-30 emellor@ewanAdd the config file parsing for the on_{poweroff,reboot...
2005-09-30 emellor@ewanMinor tidy.
2005-09-30 kaf24@firebug... Fix earlier merge with Ewan's xenstore changes.
2005-09-30 emellor@ewanChange rebooting specification so that we can have...
2005-09-30 emellor@ewanUpdate comment/variable names to reflect the fact that...
2005-09-30 emellor@ewanWithin the store, split the persistent information...
2005-09-30 emellor@ewanAdded cache-control headers to pages returned by HTTP...
2005-09-30 emellor@ewanRemove the bizarre arrangement whereby EventChannel...
2005-09-30 emellor@ewanMerge.
2005-09-30 emellor@ewanAdded DevController.configuration and configurations...
2005-09-30 kaf24@firebug... Fix typos I introduced into tpmfront driver.
2005-09-29 kaf24@firebug... Fix compiler warnings when shadow debugging is enabled.
2005-09-29 iap10@firebug... Allow kernel built with privileged operation support...
2005-09-29 kaf24@firebug... More save/restore code in interrupts-enabled contest...
2005-09-29 kaf24@firebug... Remove unused debug code.
2005-09-29 kaf24@firebug... Move xenbus_suspend outside critical region with
2005-09-29 kaf24@firebug... Update GDB server documentation for crashed guests.
2005-09-29 kaf24@firebug... Avoid verbosity when connection xenbus -> xenstore.
2005-09-29 iap10@firebug... Don't define vectors for IPIs we don't use in Xen
2005-09-29 kaf24@firebug... Slight rejig avoids grant entry warning message on...
2005-09-29 vh249@kneesaa... full devices expect to be able to read the partition...
2005-09-29 kaf24@firebug... Define new notify_remote_via_irq() interface which...
2005-09-29 kaf24@firebug... Change semantics of bind_evtchn_to_xxx and
2005-09-29 kaf24@firebug... VIRQs and IPIs on VCPU#0 are automatically re-bound...
2005-09-29 kaf24@firebug... Reindent more xenlinux files. Remove defunct header...
2005-09-29 kaf24@firebug... Set guest selectors to be null if it's not valid when...
2005-09-28 kaf24@firebug... Fix fixed-point long multiplication used in time delta
2005-09-28 kaf24@firebug... merge
2005-09-28 kaf24@firebug... Fix gnttab setup, which I broke 2 changesets ago.
2005-09-28 kaf24@firebug... This patch fixes a race between when the disable cpu...
2005-09-28 kaf24@firebug... Reindent grant-table kernel code and reserve first few
2005-09-28 kaf24@firebug... Fix netif save/restore.
2005-09-28 kaf24@firebug... Fixes for blkif save/restore. A 'dd if=/dev/sda1 of...
2005-09-28 emellor@ewanMerge.
2005-09-28 emellor@ewanRemove unused domain_devtype_get.
2005-09-28 emellor@ewanRemove unused xend_domain_device.
2005-09-28 emellor@ewanChange device IDs to be integers, as required now by...
2005-09-28 kaf24@firebug... Remove broken assertion in 64-bit shadow pagetable...
2005-09-28 emellor@ewanNothing.
2005-09-28 emellor@ewanMinor tidy up.
2005-09-28 emellor@ewanAdded new classmethod xstransact.ListRecursive, and...
2005-09-28 emellor@ewanNothing.
2005-09-28 emellor@ewanMerged.
2005-09-28 emellor@ewanMerged.
2005-09-28 emellor@ewanMerged.
2005-09-28 emellor@ewanMerged.
2005-09-28 emellor@ewanMerge.
2005-09-28 kaf24@firebug... Fix preemptible uses of smp_processor_id() in page...
2005-09-28 emellor@ewanFix returning of results broken by last change.
2005-09-28 jrb44@plym... Changed -xen x86-32 defconfig CONFIG_EXT2_FS=y
2005-09-28 jrb44@plym... Changed -xen x86-32 defconfig CONFIG_SECURITY_CAPABILIT...
next